home *** CD-ROM | disk | FTP | other *** search
/ ETO Development Tools 1 / ETO Development Tools 1.iso / Essentials / Developer Essentials Jul 90 / U.S. System⁄HyperCard / HyperCard—US 1.2.5 / HyperCard Help-US 1.2.5 / Help Stacks / Help / card_129281.txt < prev    next >
Encoding:
Text File  |  1987-11-25  |  501 b   |  24 lines

  1. -- card: 129281 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 4507
  5. -- name: 
  6.  
  7.  
  8. -- part contents for background part 2
  9. ----- text -----
  10. Div  (divide and truncate)
  11.  
  12. -- part contents for background part 1
  13. ----- text -----
  14. div
  15.  
  16. The first number divided by the second number, ignoring any remainder.
  17.  
  18. 7 div 3    -- is 2
  19. put "$" & (amount div 1) & "." & (amount*100 mod 100)             -- gives dollars and cents
  20.      
  21.  
  22. -- part contents for background part 43
  23. ----- text -----
  24. 336,211